(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <exec/types.h>
#include <proto/dos.h>
LONG FPrintf()
SYNOPSIS
BPTR fh
STRPTR fmt
...
FUNCTION
INPUTS
fh
the file to print to
fmt
the string to print arg1 - the first argument to the formatted string
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
21.07.1997 srittau
Added Printf() and FPrintf() (doing nothing for now!)